#Lazy Loading

[ follow ]
Sitepoint
2 months ago
Web development

Control Lazy Load, Infinite Scroll and Animations in React - SitePoint

React Intersection Observer assists in lazy loading, infinite scrolling, and animation triggers.
Lazy loading improves performance by deferring loads until elements are visible, benefiting page speed, data usage, and user experience. [ more ]
Medium
3 months ago
JavaScript

Top 5 Tips for Optimizing React Performance

Minimizing component re-renders is essential for optimizing performance in React applications.
Lazy loading and code splitting are techniques that can be used to optimize the performance by loading only necessary components and reducing initial load time. [ more ]
Medium
3 months ago
JavaScript

React & Javascript Optimization Techniques

Debouncing, throttling, memoization, pure components, lazy loading, virtualization, error boundaries, and inline functions are common techniques for optimizing code.
Debouncing is a technique used to limit the execution of functions that consume a lot of time, improving application performance. [ more ]
Medium
4 months ago
Angular

Lazy Loading Tabs in Angular Material

Lazy-loading is a popular technique in front-end software development to optimize resource usage.
Lazy loading of tabs in Angular Material is available in version 17. [ more ]
Optimize your bundles with the new Deferrable Views feature in Angular. Jessica and Andrew from the team are here to tell you more in the latest blog ????

https://t.co/p78HtqXewz
Medium
5 months ago
Angular

Use Angular's New Deferrable Views Now

Angular v17 introduces Deferrable Views, a new feature that allows for intuitive lazy loading of components, directives, and pipes.
Deferrable views optimize initial bundle size and improve load times by loading components when they are needed. [ more ]
Medium
5 months ago
Angular

Use Angular's New Deferrable Views Now

Angular v17 introduces Deferrable Views, a new feature that allows for intuitive lazy loading of components, directives, and pipes.
Deferrable views optimize initial bundle size and improve load times by loading components when they are needed. [ more ]
LogRocket Blog
5 months ago
Web frameworks

Using defer in Angular 17 to implement lazy loading - LogRocket Blog

Lazy loading is a strategy used in software development to defer loading content until it is needed.
Splitting up larger applications and only loading the required parts improves user experience and reduces loading time. [ more ]
[ Load more ]